home *** CD-ROM | disk | FTP | other *** search
- System: ntp version 3.4
- Patch #: 5
- Priority:
- Subject:
- From:
-
- Description:
-
- Repeat-By:
-
- Fix: From rn, say "| patch -p -N -d DIR", where DIR is your ntp source
- directory. Outside of rn, say "cd DIR; patch -p -N <thisarticle".
- If you don't have the patch program, apply the following by hand,
- or get patch (version 2.0, latest patchlevel).
-
- After patching:
- make depend
- make
- make install
-
- If patch indicates that patchlevel is the wrong version, you may need
- to apply one or more previous patches, or the patch may already
- have been applied. See the patchlevel.h file to find out what has or
- has not been applied. In any event, don't continue with the patch.
-
- If you are missing previous patches they can be obtained from me:
-
- Louis A. Mamakos
- louie@trantor.umd.edu
-
- You can also get the patches via anonymous FTP from
- trantor.umd.edu.
-
- Index: patchlevel.h
- Prereq: 4
- 1c1
- < #define PATCHLEVEL 4
- ---
- > #define PATCHLEVEL 5
-
- Index: README
- Prereq: 3.4.1.1
- *** README.old Wed Mar 29 13:04:53 1989
- --- README Wed Mar 29 13:04:54 1989
- ***************
- *** 1,4 ****
- ! README for UNIX NTP release $Date: 89/03/22 18:25:34 $ $Revision: 3.4.1.1 $
-
-
-
- --- 1,4 ----
- ! README for UNIX NTP release $Date: 89/03/29 13:04:47 $ $Revision: 3.4.1.3 $
-
-
-
- ***************
- *** 30,39 ****
- 3) Change the Makefile definitions to suit your environment.
- 4) make
- 5) make install
- ! 6) adb or remake kernel and change "tickadj" from 40 to 1.
- Recommended values for tickadj on various machines:
-
- ! VAX: 1
- Sun3: ??
- Sun4: 10
-
- --- 30,39 ----
- 3) Change the Makefile definitions to suit your environment.
- 4) make
- 5) make install
- ! 6) adb or remake kernel and change "tickadj" from 40 to 5
- Recommended values for tickadj on various machines:
-
- ! VAX: 5
- Sun3: ??
- Sun4: 10
-
- ***************
- *** 48,57 ****
- 7) Fire up ntpd in /etc/rc.local
-
- History:
- 3/22/89
- A bunch of minor fixes here an there. The RCS header is being
- updated so that patches that are generated will apply; apparently
- ! the new version of RCS puts the Locked: status in the $Header: /usr/users/louie/ntp/RCS/README,v 3.4.1.1 89/03/22 18:25:34 louie Exp $.
-
- Minor fiddles to ntpd/ntpdc to eliminate some byte-sex dependencies.
- Changs to ntp_proto.c to fix an mis-interpretation in the packet
- --- 48,64 ----
- 7) Fire up ntpd in /etc/rc.local
-
- History:
- + 3/29/89
- + A few fixes, clean up of unused #defines in ntp.h. The receive()
- + procedure is now table driven per the 26 March 1989 draft of the
- + spec. If no terrible errors or bugs are found, this version
- + will probably be packaged as a "blessed" working version before
- + the next stage of major hacking.
- +
- 3/22/89
- A bunch of minor fixes here an there. The RCS header is being
- updated so that patches that are generated will apply; apparently
- ! the new version of RCS puts the Locked: status in the Header
-
- Minor fiddles to ntpd/ntpdc to eliminate some byte-sex dependencies.
- Changs to ntp_proto.c to fix an mis-interpretation in the packet
-